repo: Fix list_objects annotations
authorDan Nicholson <nicholson@endlessm.com>
Thu, 22 Sep 2016 18:53:19 +0000 (11:53 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 22 Dec 2016 16:07:52 +0000 (16:07 +0000)
commit300752e55aa42ef8b60c7a0765b5cd14e1e9b98e
tree8b13fa784a4b01c221f372c03a94cf111739d84e
parentdd3cda401beed444ff2229f1c56e74b2b9fa922e
repo: Fix list_objects annotations

Without the element-type annotations, bindings don't know how to handle
the elements of the hash table. Since the table is created with destroy
functions, the caller does not own the elements, so transfer container
is used.

Closes: #635
Approved by: cgwalters
src/libostree/ostree-repo.c